.quick {
  display: block;
}

.quick2 {
  display: none;
}

.text1 {
  display: block;
}

.text2 {
  display: none;
}

@media(min-device-width: 320px) and (max-device-width: 480px) {
  .quick {
    display: none;
  }

  .quick2 {
    display: block;
  }

  .link {
    font-size: 20px;
    font-weight: 600;
    margin-left: -55%;
    margin-top: 2px;
    padding-bottom: 5px;
  }

  .text1 {
    display: none;
  }

  .text2 {
    display: block;
  }

  /* .breadcrum {
    padding-top: 25px !important;
    padding-bottom: 65px !important;
    padding: 60px !important;
  } */

  .quicklink {
    border: 2px solid #044095 !important;
    background-color: #DCEAFF;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0px 0px 0px 0px #33333366;
    margin-bottom: 10px;
    padding-top: -7px;
    margin-left: 0px !important;
    width: 100% !important;
    height: 50px !important;
  }

  .conformsec {
    margin-top: 0px !important;
    margin-left: -13%;
  }

  .conformsec h3 {
    color: #044095;
    text-transform: inherit;
    line-height: 47px;
    font-size: 25px !important;
    font-weight: 400 !important;
  }

  input,
  input::placeholder {
    font: 10px !important;
  }

  .containerf1 .text {
    text-align: left !important;
  }

  .ownmenu>li.showhide {
    margin-left: -40%;
  }

  header .ownmenu {
    margin-left: -16px !important;
  }

  .foot-info-con .icon {
    left: -58px !important;
  }
}


body {
  font-family: 'DM Sans';
}

.ownmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit;
  background: #044095;
}

.containerp1 {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fffcfc;
}

h2 {
  text-align: center;
}

.orderh h3 {
  font-size: 20px;
  text-transform: capitalize;
}

.orderh1 h3 {
  font-size: 30px;
  text-transform: capitalize;
  color: #044095;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

label {
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="checkbox"],
select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

input[type="checkbox"] {
  width: auto;
}

.input-group {
  display: flex;
  gap: 20px;
}

.input-group div {
  flex: 1;
}

.quote-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.mailadd h5 {
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 20px;
}

.signature h5 {
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 20px;
}

.optional h5 {
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 20px;
}

.grand-total {
  border-top-style: dotted;
}

.grand-total {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

.grand {
  padding-top: 15px;
}

.mail2 {
  width: 30%;
}

.payment h3 {
  font-size: 15px;
  text-transform: capitalize;
  padding-left: 20px;
}

.payment-options {
  display: flex;
  flex-direction: column;
}

.payment-options label {
  display: flex;
  align-items: center;
}

.payment-options input {
  margin-right: 10px;
}

.qrcode {
  padding-top: 61px;
}

.placeb {
  padding-left: 35%;
}

button {
  width: 50%;
  padding: 15px;
  background-color: #044095;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}

.quicklink h3 a:hover,
a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 700px) {
  .faqhead h1 {
    color: #044095;
    text-transform: capitalize;
    padding-top: 5px;
    font-size: 25px;
  }

  .orderh1 h3 {
    font-size: 25px;
    text-transform: capitalize;
    color: #044095;
    margin-top: 0px;
  }

  .containerp1 {
    margin: 35px auto;
  }
}

.sectionClass {
  padding: 80px 0px 50px 0px;
  position: relative;
  display: block;
  background: rgb(249, 249, 249);
}

.row {
  width: 980px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.sectiontitle {
  background-position: center;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

.fullWidth {
  width: 100%;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

/********************************/
/*  SECTION WORK EXPERIENCE
********************************/

#work-experience .sectiontitle .headerLine {
  width: 280px;
}

#work-experience .headerline {
  width: 280px;
}

.cbp_tmtimeline {
  margin: 60px 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 3%;
  bottom: 0;
  width: 10px;
  background: #324454;
  left: 13%;
  height: 100%;
}

.cbp_tmtimeline li:last-child:before {
  content: initial;
}

.cbp_tmtimeline>li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
  font-size: 2.9em;
  color: #3594cb;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #6cbfee;
}

.cbp_tmtimeline>li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: rgba(50, 68, 84, 1);
  color: #FFF;
  padding: 30px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Open Sans';
  position: relative;
  border-radius: 5px;
  min-height: 150px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
  background: #2B3A48;
}

.cbp_tmtimeline>li .cbp_tmlabel h3 {
  margin-top: 0px;
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.cbp_tmtimeline>li .cbp_tmlabel h4 {
  opacity: 0.7;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
}

.cbp_tmtimeline>li .cbp_tmlabel h4 i {
  margin-right: 5px;
  vertical-align: middle;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: rgba(50, 68, 84, 1);
  border-width: 10px;
  top: 70px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #2B3A48;
}

.cbp_tmtimeline>li .cbp_tmicon {
  width: 150px;
  height: 150px;
  top: 3%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #151515;
  background: #324454;
  border-radius: 50%;
  text-align: center;
  left: 8%;
  margin: 0 0 0 -25px;
}

.cbp_tmtimeline li {
  margin-bottom: 70px;
  position: relative;
}

.sectionClassProject {
  position: relative;
  display: block;
  /* background: #f7f7f7; */

  margin: 0 auto;
  padding: 80px 1.875em 3.125em;
}

.projectParagraph {
  font-size: 18px;
  margin: 0.5em 0 0;
  font-family: 'Source Sans Pro', serif;
}

.projectParagraphLink {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-top: 50px !important;
  margin-bottom: 0px;
  text-align: right;
}

.projectParagraphLink a {
  color: white;
  text-decoration: underline;
}

.cbp_tmicon img {
  width: 100%;
}

.faPra {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70px;
  vertical-align: middle;
  color: white;
  line-height: 150px;
}

.label {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: #FFFFFF;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 15px;
}

.date {
  color: #BFC3C7;
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 20px;
}

.date i {
  margin-right: 8px;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline>li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .cbp_tmtimeline>li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline>li .cbp_tmlabel {
    margin: 30px 0 70px 0;
    padding: 50px 30px 30px 30px;
    font-weight: 400;
    font-size: 95%;
    float: left;
  }

  .cbp_tmtimeline>li .cbp_tmlabel:after {
    right: auto;
    border-right-color: transparent;
    border-bottom-color: rgb(50, 68, 84);
    top: -20px;
  }

  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: rgb(43, 58, 72);
    left: 65px;
  }

  .cbp_tmtimeline>li:nth-child(even) .cbp_tmlabel:after {
    right: 65px;
  }

  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmicon {
    position: relative;
    float: left;
    left: auto;
    margin: 0px 5px 0 0px;
  }

  .cbp_tmtimeline>li:nth-child(even) .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: 0px 5px 0 0px;
  }

  .cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media (max-width: 32em) {
  .cbp-ntaccordion {
    font-size: 70%;
  }
}

/* AUTHOR LINK */

footer {
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* footer p {
color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
  font-family: "DM sans";
  width: 100%;
    word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
} */

footer .authorWindow a {
  color: white;
  text-decoration: none;
}

footer p strong {
  color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.about-me-img img {}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }

  footer p {
    font-size: 14px;
  }
}

.half-circle {
  border: 2px solid lightseagreen;
  display: inline-block;
  margin: 10px;
  color: white;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  font-size: 15px;
}

.half-circle.vertical {
  width: 50px;
  height: 100px;
  line-height: 580px;
  text-orientation: upright;
}

.half-circle.vertical.left {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
}

.rotate {
  display: inline-block;
  height: 100%;
  transform: rotate(90deg);
}

.rotated-half-circle {
  width: 96px;
  height: 97px;
  border: 4px solid #044095;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-130deg);
}

.rotated-halfss-circle {
  width: 98px;
  height: 98px;
  border: 4px solid #044095;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(43deg);
  margin-left: -7px;
  margin-top: -4px;
}

i.fa.fa-phone.icons12 {
  margin-top: 4px;
  margin-left: 0px;
  background-color: #FFDD6F;
  border: 4px solid #eee;
  width: 84px;
  height: 84px;
  padding: 18px;
  border-radius: 64px;
  font-size: 40px;
  color: #044095;
  transform: rotate(125deg);
}

i.fa.fa-envelope.icons122 {
  transform: rotate(-43deg);
  margin-top: 3px;
  margin-left: 3px;
  background-color: #FFDD6F;
  border: 4px solid #eee;
  width: 84px;
  height: 84px;
  padding: 18px;
  border-radius: 64px;
  font-size: 40px;
  color: #044095;
}

.rotated-halfs-circle {
  width: 96px;
  height: 151px;
  border: 4px solid #044095;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  margin-left: 40px;
  margin-top: -5px;
}

.rotated-halfs1-circle {
  width: 96px;
  height: 97px;
  border: 4px solid #044095;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-141deg);
  margin-top: -5px;
}

i.fa.fa-arrow-right.icons123 {
  margin-top: 4px;
  margin-left: 0px;
  background-color: #FFDD6F;
  border: 4px solid #eee;
  width: 84px;
  height: 84px;
  padding: 18px;
  border-radius: 64px;
  font-size: 40px;
  color: #044095;
  transform: rotate(141deg);
}

.step1 h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 52.23px;
  color: #044095;
}

.placeorder {
  background: linear-gradient(#fff, #C5DDFF, #fff);
}

.timeline {
  /* height: 1312px;
    width: 146px;
    margin-top: -11px; */
  height: 1468px;
  margin-top: -233px;
}

.steper1 {
  margin-left: 85px;
  width: 465px;
  margin-top: 4px;
}

.steper1 h3 {
  color: #044095;
  line-height: 40px;
  text-transform: initial;
}

.steper1 p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.steper2 {
  margin-left: -6px;
  width: 465px;
  margin-top: -200px;
}

.steper2 h3 {
  color: #044095;
  line-height: 40px;
  text-transform: initial;
}

.steper2 p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.steper3 {
  margin-left: 72px;
  width: 465px;
  margin-top: -131px;
}

.steper3 h3 {
  color: #044095;
  line-height: 40px;
  text-transform: initial;
}

.steper3 p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.steper4 {
  margin-left: -14px;
  width: 465px;
  margin-bottom: -120px;
}

.steper4 h3 {
  color: #044095;
  line-height: 40px;
  text-transform: initial;
}

.steper4 p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  width: 466px;
}

.logostep1 {
  width: 129px;
  margin-left: 185px;
  margin-top: -45px;
}

.usseri {
  margin-top: 2%;
  margin-left: -15px;
}

.usserp {
  margin-top: 3%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -33px;
  line-height: 15px;
}

.whyuseour {
  margin-top: -3px;
}

.breadcrum {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text2 {
  display: none;
}

.breadcrum h4 {
  font-size: 47px;
  font-weight: 700;
  color: #044095;
  padding: 20px;
}

header .logo {
  float: left;
  position: relative;
  padding-left: -14px;
  margin-left: -145px;
}

header .ownmenu {
  float: left;
  margin-left: 25px;
}

.homecontact1,
.homecontact2 {
  margin-left: 54px;
}

.quicklink {
  border: 2px solid #044095;
  background-color: #DCEAFF;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding: 5px;
  margin-bottom: 10px;
  /* margin-left: -95px; */
  width: 225px;
  /* height: 100px; */
}

.linkquick1 {
  margin-left: -135px;
}

.linkquick2 {
  margin-left: -51px;
}

.linkquick3 {
  margin-left: 35px;
}

.linkquick4 {
  margin-left: 125px;
}

.quicklink h3 {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 24.04px;
}

.servicecontent,
.servicecontent1 {
  width: 256px !important;
}

.serviceside4 h3 {
  font-size: 17px;
  line-height: 22px;
}

.servicesour {}

.serviceside4 {
  margin-left: 2%;
  border-radius: 27px;
}

.homecontact11 {
  background-color: #DCEAFF;
  border: 1px solid blue;
  padding: 2px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  width: 258px;
  margin-bottom: 2px;
  text-align: center;
  margin-bottom: 6px;
  margin-left: 20px;
}

.homecontact22 {
  background-color: #DCEAFF;
  border: 1px solid blue;
  padding: 2px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  width: 258px;
  margin-bottom: 2px;
  text-align: center;
  margin-bottom: 6px;
  margin-left: 20px;
}

.quotes1 a {
  font-size: 19px;
  display: inline-block;
  padding: 8px;
  text-transform: capitalize;
  text-decoration: none;
  background: #044095;
  color: #fff !important;
  font-weight: 500;
  height: 49px;
  width: 194px;
  border-radius: 32px;
  line-height: 49px;
  display: inline-block;
  margin-left: -54px !important;
  margin-top: -28px;
  padding-top: 1px !important;
}

.logo11 {
  margin-left: 4%;
}

.active {
  background-color: #a0c3f5;
  border-radius: 4px;
}

.service {
  padding: 0px 20px 0px 20px;
}

header .logo img {
  z-index: 3;
  position: relative;
  margin-left: 0px;
  width: 435px;
}

.logo1 {
  padding-top: 6px;
  margin-left: -2px;
}

header .quotes a {
  font-size: 19px;
  display: inline-block;
  padding: 0px 20px;
  text-transform: inherit;
  text-decoration: none;
  background: #044095;
  color: #fff;
  font-weight: 500;
  height: 49px;
  width: 194px;
  border-radius: 32px;
  line-height: 49px;
  margin-top: 8px;
  margin-right: 40px;
}

.logo1 img {
  height: 70px;
  margin-left: 68px;
}

.usfooter {
  background-color: #D9D9D9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: -214px;
  width: 334px;
  /* margin-top: 52px; */
  padding: 1px;
}

/* .foot-info-con {
  display: inline-block;
  width: 100%;
  margin-top: -48px;
  margin-left: -87px;
} */

.foot-info-con .icon {
  height: 90px;
  width: 90px;
  color: #fff;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  border-radius: 0px;
  font-size: 20px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -147px;
}

.quotebrowse p {
  opacity: 2;
  font-size: 15px;
  font-weight: normal;
  margin-left: 2%;
  color: #ffff;

}

.mailTo {
  margin-top: 11px;
  margin-left: 40px;
}

.orderlink {
  color: #000;
}

.containerf1 .text {
  text-align: center;
  font-size: 30px;
  background: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.containerf1 form {
  padding: 0px 0 0 0;
}

.containerf1 form .form-row {

  margin: 32px 0;
}

form .form-row .input-data {
  width: 100%;
  height: 37px;
  margin: 0 20px;
  position: relative;
  margin-bottom: 15px;
}

form .form-row .textarea {
  height: 70px;
}

.input-data input {
  display: block;
  width: 90%;
  height: 100%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 18px;
  text-transform: inherit;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label {
  transform: translateY(-20px);
  font-size: 14px;

}

.textarea textarea {
  resize: none;
  padding-top: 10px;
}

.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.textarea label {
  width: 100%;
  bottom: 40px;
  background: #fff;
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before {
  transform: scale(1);
}

.submit-btn {
  background-color: #044095;
  color: #fff;
  text-transform: inherit;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
}

.submit-btn .input-data {
  overflow: hidden;
  height: 45px !important;
  width: 25% !important;
}

.submit-btn .input-data .inner {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;

  transition: all 0.4s;
}

.submit-btn .input-data:hover .inner {
  left: 0;
}

.submit-btn .input-data input {
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#submit1 {
  height: 45px;
}

.conformsec {
  margin-top: 39%;
  margin-left: -13%;
}

.containerf1 {
  margin-left: 4%;
  height: 458px;
}

.conformsec h3 {
  color: #044095;
  text-transform: inherit;
  line-height: 44px;
  font-size: 35px;
  font-weight: 600;
}

.conformsec p {
  color: #000000;
  padding-top: 17px;
  font-size: 16px;
  line-height: 31px;
  font-weight: 500;
}

@media not all and (min-resolution:.001dpcm) {
  header .quotes {
    float: right;
    margin-right: -6px;
  }

  header .ownmenu {
    float: left;
    margin-left: 7px;
  }

  .homecontact1,
  .homecontact2 {
    margin-left: -1px;
  }

  .logo1 {
    padding-top: 6px;
    margin-left: 90px;
  }
}

.mobileplaceorder {
  display: none;
}

@media(min-device-width: 320px) and (max-device-width: 480px) {
  .placeorder {
    display: none;
  }

  .mobileplaceorder {
    display: block;
  }

  .steper1 {
    margin-left: 5px;
  }

  .steper1 p {
    font-size: 12px;
  }



  .breadcrum h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .conformsec h3 {
    line-height: 30px;
    margin-left: 25px;
    font-size: 25px;
  }

  .productlinks {
    padding-top: 5px;
    padding-bottom: 15px;
    margin-left: 0px
  }

  .productlinks .text-center h5.link {
    margin-bottom: 15px;
  }

  .productlinks .quicklink {
    margin-left: 0 !important;
    margin-bottom: 20px;
    width: 250px;
  }

  .productlinks h3 {
    font-size: 15px;
    margin-top: 10px;
  }


  .productlinks .col-md-2,
  .productlinks .col-md-1 {
    width: 100%;
    text-align: center;
  }

  .productlinks .row {
    flex-direction: column;
  }

  .conformsec p {
    color: #000000;
    padding-top: 5px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-left: 32px;
  }

  .mobileformsec p {
    color: #000000;
    padding-top: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }

  .mobileformsec h6 {
    font-size: 15px;
    color: #044095;
    line-height: 25px;
    text-transform: uppercase;
    margin-left: 61px;
    margin-top: -50px;
  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }

  .containerf1 {
    height: 421px;
    width: 300px;
    background: #fff;
    padding: 25px 40px 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 1%;
    border-radius: 26px;
  }

  form .form-row .input-data {
    width: 100%;
    height: 21px;
    margin-bottom: 15px;
  }

  .usfooter {
    margin-left: -51px;
    width: 253px;
    padding: 1px;
  }

  .foot-info-con .icon {
    width: 58%;
    left: -55px;
  }

  .foot-info-con {
    margin-left: 25%;
  }


  .descp p {
    margin-top: -36px;
    margin-left: 28px;
  }

  .text2 {
    display: block;
  }


}


@media(min-device-width: 320px) and (max-device-width: 480px) {
  .placeorder {
    display: none;
  }

  .mobileplaceorder {
    display: block;
  }

  .steper1 {
    margin-left: 5px;
  }

  .steper1 p {
    font-size: 12px;
  }

  .mailicon {
    margin-left: 330px;
  }

  .callicon {
    margin-left: 290px;
  }

  header .logo img {
    z-index: 3;
    position: relative;
    margin-left: 65px;
    width: 191px;
  }

  .breadcrum {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .breadcrum .position-center-center {
    text-align: center;
  }

  .breadcrum h4 {
    font-size: 25px;
    line-height: 1.5;
    margin-left: -42px;
  }

  .conformsec h3 {
    line-height: 30px;
    margin-left: 25px;
    font-size: 25px;
  }

  .productlinks {
    padding-top: 5px;
    padding-bottom: 15px;
    margin-left: 0px
  }

  .productlinks .text-center h5.link {
    margin-bottom: 15px;
  }

  .productlinks .quicklink {
    margin-left: 0 !important;
    margin-bottom: 20px;
    width: 250px;
  }

  .productlinks h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .productlinks .col-md-2,
  .productlinks .col-md-1 {
    width: 100%;
    text-align: center;
  }

  .productlinks .row {
    flex-direction: column;
  }

  .conformsec p {
    color: #000000;
    padding-top: 5px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-left: 32px;
  }

  .mobileformsec p {
    color: #000000;
    padding-top: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }

  .mobileformsec h6 {
    font-size: 15px;
    color: #044095;
    line-height: 25px;
    text-transform: uppercase;
    margin-left: 61px;
    margin-top: -50px;
  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }

  .containerf1 {
    height: 421px;
    width: 300px;
    background: #fff;
    padding: 25px 40px 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 1%;
    border-radius: 26px;
  }

  form .form-row .input-data {
    width: 100%;
    height: 21px;
    margin-bottom: 15px;
  }

  .usfooter {
    margin-left: -45px;
    width: 253px;
    padding: 1px;
  }

  .foot-info-con .icon {
    width: 58%;
  }

  .foot-info-con {
    margin-left: 25%;
  }

  .descp p {
    margin-top: -36px;
    margin-left: 28px;
  }

  header .logo {
    float: left;
    position: relative;
    margin-left: -81px;
  }

  .quotes1 {
    margin-top: 19px;
  }

  .quotes1 a {
    font-size: 19px;
    display: inline-block;
    padding: 8px;
    font-weight: 500;
    height: 41px !important;
    width: 160px;
    border-radius: 32px;
    margin-left: -54px !important;
    margin-top: -14px;
  }

  .quick {
    display: none;
  }

  .quick2 {
    display: block;
  }

  .quicklink {
    border: 2px solid #044095 !important;
    background-color: #DCEAFF;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0px 0px 0px 0px #33333366;
    margin-bottom: 10px;
    padding-top: -7px;
    margin-left: 0px !important;
    width: 100% !important;
    height: 50px !important;
  }

  .quicklink h3 {
    font-size: 15px;
    line-height: 24.04px;
    margin-top: 10px;
  }


}



@media(min-device-width: 393px) and (max-device-width: 500px) {
  .quotes1 {
    margin-left: 25rem;
  }

  header .logo {
    /* float: left; */
    position: relative;
    padding-left: -14px;
    margin-left: -127px;
  }

  .conformsec h3 {
    line-height: 25px;
    margin-left: 25px;
    font-size: 23px;
  }

  .containerf1 {
    height: 421px;
    width: 100%;
    padding: 25px 40px 10px 50px;
    margin-left: 1%;
  }

  .browse {
    margin-left: 13px;
  }

  .quotebrowse {
    margin-top: 0px;
    margin-left: -15px;
  }

  .quotecontact {
    margin-left: -8px;
  }

  .confoot {
    margin-left: -7px;
  }

}

@media(min-device-width: 800px) and (max-device-width: 1144px) {

  .breadcrum h4 {
    font-size: 40px;
    font-weight: 700;
    color: #044095;
    /* padding: 20px; */
  }

  .link {
    font-size: 25px;
  }

  .steper1 {
    margin-left: 34px;
    width: 320px;
    margin-top: 4px;
  }

  .steper1 h3,
  .steper2 h3,
  .steper3 h3,
  .steper4 h3 {
    font-size: 15px;
    line-height: 21px;
  }

  .steper1 p,
  .steper2 p,
  .steper3 p,
  .steper4 p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
  }

  .usserp p {
    margin-top: -25px;
    margin-left: 15px;
  }

  .timeline img {
    width: 155px !important;
    margin-top: 31px !important;
    margin-left: -87px;
  }

  .logostep1 {
    width: 82px;
    margin-left: 71px;
    margin-top: -12px;
  }

  .logo3step {
    width: 165px !important;
    margin-left: 0px !important;
    margin-bottom: 138px !important;
  }

  .steper2 {
    margin-left: 1px;
    width: 272px;
    margin-top: -75px !important;
  }

  .usseri i {
    font-size: 15px;
    font-weight: 500;
  }

  .logostep2 {
    width: 250px !important;
    margin-top: 4px !important;
    margin-left: 55px !important;
  }

  .steper3 {
    margin-left: 34px;
    width: 300px;
  }

  .logoStep4 {
    margin-bottom: -16px !important;
    margin-left: 126px !important;
    width: 150px;
  }

  .steper4 {
    margin-left: 1px;
    width: 272px;
    margin-top: 4px;
  }

  .orderfill {
    margin-top: 10px;
  }

  /* contact form */

  .conformsec {
    margin-top: 39%;
    margin-left: -4%;
  }

  .conformsec h3 {
    line-height: 29px;
    font-size: 22px;
    font-weight: 600;
  }

  .conformsec p {
    padding-top: 5px;
    font-size: 14px;
    line-height: 25px;
  }

  .formser {
    margin-top: 0px;
  }

  .formser .containerf1 .text {
    font-size: 25px;
  }

  .containerf1 .text {
    font-size: 18px;
    text-align: center;
  }

  .input-data input[type="text"],
  .input-data input[type="email"],
  .input-data input[type="number"] {
    font-size: 14px;
    padding: 8px;
  }

  .input-data label {
    font-size: 12px;
  }

  .submit-btn {
    font-size: 13px;
    padding: 10px 15px;
    width: 100%;
  }

  .containerf1 {
    height: 420px;
    width: 320px;
    background: #fff;
    padding: 25px 80px 65px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 4%;
    border-radius: 10px;

  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }

  form .form-row .input-data {
    width: 100%;
    height: 30px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 15px;
  }

  /* footer */
  .usfooter {
    margin-left: -130px;
  }

  .usfooter img {
    max-width: 100%;
    height: auto;
    margin-left: 67px;
  }

  .foot-info-con .icon {
    margin-left: 30px;
  }

  .contactdiv {
    margin-top: -238px;
    margin-left: 25px;
  }

  /* header css */
  .logo1 {
    padding-top: 5px;
    margin-left: 50px;
  }

  header .navbar {
    margin-top: 15px;
  }

  header .logo {
    float: left;
    position: relative;
    margin-left: 0px;
  }

  header .logo img {
    width: 294px !important;
    height: 60px !important;
    margin-top: 24px !important;
    margin-left: 0px !important;
    margin-bottom: -8px !important;
  }

  header .quotes a {
    font-size: 15px;
  }

  header .ownmenu {
    float: left;
    margin-left: 10px;
  }

  .homecontact1 {
    padding: 0px;
    font-size: 12px;
    width: 197px;
    margin-bottom: -8px;
    margin-left: 10rem;
  }

  .service .col-md-4:nth-child(3) .homecontact1,
  .service .col-md-4:nth-child(3) .homecontact2 {
    margin-top: 15px;
    margin-left: 10rem;
  }

  .quicklink {
    width: 163px;
  }

  .linkquick1 {
    margin-left: -8px;
  }

  .linkquick2 {
    margin-left: -5px;
  }

  .linkquick3 {
    margin-left: 1px;
  }

  .linkquick4 {
    margin-left: 1px;
  }

  .quicklink h3 {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 16.04px;
  }

  .steper4 p {
    width: 285px;
  }


}